home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
-
- set -e
-
- if [ "$1" = configure ];
- then
- # Move "runtime" files to their new and correct location
- if test -e /etc/usb_modeswitch.d/link_list; then
- mv -f /etc/usb_modeswitch.d/link_list /var/lib/usb_modeswitch/
- fi
- if test -e /etc/usb_modeswitch.d/bind_list; then
- mv -f /etc/usb_modeswitch.d/bind_list /var/lib/usb_modeswitch/
- fi
- fi
-
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/udev/rules.d/usb_modeswitch.rules" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/udev/rules.d/80-usb_modeswitch.rules" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/05c6:1000:?" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?:?" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?:?" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?:?" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?:?" 1.0.7-1 -- "$@"
- # End automatically added section
- # Automatically added by dh_installdeb
- dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.setup" 1.1.3-1 -- "$@"
- # End automatically added section
-
-